All Scenarios

1

Passed Scenarios

0

Failed Scenarios

1

Execution Time: 50s 735ms

Expand All | Collapse All

Given Open a browser and login to the sales force site 4s 1ms Screenshot +
                                        
                                        
                                

When Search for "Communication Subscription Channel Types" in app launcher 33s 966ms Screenshot +
                                        
                                        
                                

Then Add new communication subscription channel type with following details 10s 703ms
Field Value
Name Test Channel Type 1
Engagement Channel Type Test Channel 1
Communication Subscription Commutation Subscription A
Show Error +
                                            
Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('option', { name: 'Test Channel 1' }) at ..\pages\CustomerData\salesforceCommunicationSubscriptionChannelTypes.ts:167 165 | await this.page 166 | .getByRole("option", { name: details["Engagement Channel Type"] }) ) 167 | .click(); | ^ 168 | console.log( 169 | `✅ Engagement Channel Type selected: ${details["Engagement Channel Type"]}` 170 | );
Screenshot +
                                        
                                        
                                

And Verify Communication Subscription Channel Type is created successfully with details < 1ms
Field Value
Name Test Channel Type 1

After 1s 25ms Show Info +